PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldWidget Class / setBackgroundColor Method
The widget background color.
In This Topic
    setBackgroundColor Method
    In This Topic
    Sets the widget background color.
    Syntax
    public void setBackgroundColor( 
       PDFColor value
    )

    Parameters

    value
    The widget background color.
    Exceptions
    ExceptionDescription
    Thrown when the property is set to a color other than Gray, RGB or CMYK.
    See Also